Einhugur Xml Plugin for Xojo

XPathVariableSet.Set Method

Sets value of named Boolean variable.

Set(
   name as String,
   value as Boolean)

Parameters

name
Name of the variable.
value
Value to set the variable to.

Remarks

This method can throw EinhugurXPathException

See Also

XPathVariableSet Class